func google.golang.org/protobuf/encoding/protojson.getInt

3 uses

	google.golang.org/protobuf/encoding/protojson (current package)
		decode.go#L346: 		return getInt(tok, bitSize)
		decode.go#L359: 		return getInt(tok, bitSize)
		decode.go#L364: func getInt(tok json.Token, bitSize int) (protoreflect.Value, bool) {